# Colorset setup

# What colorset numbers do we use?
SetEnv cs_window_inactive "9"
SetEnv cs_window_active "10"

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Colorsets

Colorset $[cs_window_inactive] \
Foreground "black", Background "#999999", \
Hilight "#999999", Shadow "#222222", \
Tint

Colorset $[cs_window_active] \
Foreground "black", Background "#EEEEEE", \
Hilight "#cccccc", Shadow "#999999", \
Tint
